-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Demote x86_64-apple-darwin to Tier 2 with host tools #145252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Demote x86_64-apple-darwin to Tier 2 with host tools #145252
Conversation
@bors2 try jobs=dist-x86_64-apple |
…-2, r=<try> Demote x86_64-apple-darwin to Tier 2 with host tools try-job: dist-x86_64-apple
Discussed beta backport during infra meeting: #t-infra > meeting 2025-08-11 @ 💬 @rustbot label: +beta-accepted |
This comment has been minimized.
This comment has been minimized.
💔 Test for b05ee4d failed: CI. Failed jobs:
|
Switch to only using aarch64 runners (implying we are now cross-compiling) and stop running tests. In the future, we could enable (some?) tests via Rosetta 2.
c82a9f2
to
5d3595e
Compare
@bors2 try jobs=dist-x86_64-apple |
…-2, r=<try> Demote x86_64-apple-darwin to Tier 2 with host tools try-job: dist-x86_64-apple
This comment has been minimized.
This comment has been minimized.
The job Click to see the possible cause of the failure (guessed by this bot)
|
💔 Test for c20c6a6 failed: CI. Failed jobs:
|
@@ -537,7 +518,7 @@ auto: | |||
NO_LLVM_ASSERTIONS: 1 | |||
NO_DEBUG_ASSERTIONS: 1 | |||
NO_OVERFLOW_CHECKS: 1 | |||
<<: *job-macos-m1 | |||
<<: *job-macos | |||
|
|||
###################### | |||
# Windows Builders # |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know if you intend for this PR to be the entire demotion? If so, then you need to edit src/doc/rustc/src/platform-support
and compiler/rustc_target/src/spec/targets/x86_64_apple_darwin.rs
as well (see #137869 for an example).
Otherwise, I can follow it up with a T-compiler
PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nah, I'm happy rolling all that into this PR — just wasn't aware / thought deeply about it yet.
Switch to only using aarch64 runners (implying we are now cross-compiling) and stop running tests. In the future, we could enable (some?) tests via Rosetta 2.